Platform Explorer / Nuxeo Platform 6.0

Operation Context.RestoreBlobInputFromScript (Restore input blob from a script)

Description

Run a script and return the result blob object of the script the output of the operation
Operation id Context.RestoreBlobInputFromScript
Category Execution Context
Label Restore input blob from a script
Requires
Since

Parameters

Name Description Type Required Default value
script string yes  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.RestoreBlobInputFromScript
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Context.RestoreBlobInputFromScript",
  "label" : "Restore input blob from a script",
  "category" : "Execution Context",
  "requires" : null,
  "description" : "Run a script and return the result blob object of the script the output of the operation",
  "url" : "Context.RestoreBlobInputFromScript",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "script",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : "TextArea",
    "order" : 0,
    "values" : [ ]
  } ]
}